home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1995 November
/
EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso
/
earcd
/
gfx
/
fu1_62.lha
/
fu
/
Formulas
/
LeeMandel3.Form
< prev
next >
Wrap
Text File
|
1994-04-13
|
226b
|
29 lines
LeeMandel3
{
{
mirrorx
x1=-2.0
x2= 2.0
y1=-2.0
y2= 2.0
bailout=2.0 ; Bailoutvalue
}
{
z=pixel
c=pixel*pixel
c=pixel-c
}
{
c=c/z
c=c+pixel
z=z*pixel
z=c-z
w=abs(z)
}
{
w>bailout
}
{
}
}